projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b4d7e
)
Don't separately build ostree-sys with nightly
author
Felix Krull
<f_krull@gmx.de>
Wed, 22 May 2019 08:57:00 +0000
(10:57 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 17cb406ff590e315b52a431b8b4ca36150788065..80f412529d0282757bc2aa5166e9070543591609 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-20,12
+20,6
@@
ostree-sys:
script:
- cargo test --verbose --manifest-path sys/Cargo.toml ${CURRENT_FEATURES}
-ostree-sys_nightly:
- stage: build
- image: rustlang/rust:nightly
- script:
- - cargo test --verbose --manifest-path sys/Cargo.toml ${CURRENT_FEATURES}
-
publish_ostree-sys:
stage: publish
script: